@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Roboto+Mono:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

body {
    overflow-x: hidden;
}

:root {
    --color-primary: #6C9BCF;
    --color-danger: #FF0060;
    --color-success: #1B9C85;
    --color-warning: #F7D060;
    --color-white: #fff;
    --color-info-dark: #7d8da1;
    --color-dark: #363949;
    --color-light: rgba(132, 139, 200, 0.18);
    --color-dark-variant: #677483;
    --color-background: #f6f6f9;

    --card-border-radius: 2rem;
    --border-radius-1: 0.4rem;
    --border-radius-2: 1.2rem;

    --card-padding: 1.8rem;
    --padding-1: 1.2rem;

    --box-shadow: 0 2rem 3rem var(--color-light);
}



* {
    padding: 0;
    margin: 0;
}





.form_container {

    height: auto;
    width: 75vw;

    display: flex;

    justify-content: center;

    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;

    margin-left: 10px;
    border-radius: 10px;
    background: white;
}

.btm {
    margin-bottom: 8px;
}

.col {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sub {
    display: flex;

    align-items: center;
    justify-content: center;
    gap: 20px;
}

.list {
    overflow-y: scroll;
    height: 88vh;
    width: auto;
    border-radius: 5px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    padding: 0px 10px;


    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;

    position: relative;

    background: white;
}

.list_formcontainer {
    display: flex;
    flex-direction: row;

}

#st-table {
    margin-top: 10px;
    border-collapse: collapse;
    height: auto;



}

#st-table th {
    font-family: "Roboto Mono", monospace;
    font-size: 13px;
    font-weight: 700;
    color: #1d1a1a;
    letter-spacing: 1px;
}

#st-table th,
#st-table td {
    border: 1px solid #dddddd;



}

#st-table td {
    font-family: "Roboto Mono", monospace;
    font-size: 11px;
}

#st-table thead tr {
    height: 3vh;
}

#st-table th {
    background-color: #f2f2f2;
}

#st-table tr {
    height: 3vh;
}

#st-table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}



#st-table button {
    padding: 5px 10px;
    cursor: pointer;
    background-color: #6a6d9a8f;
    border: none;
    color: white;
    width: 4vw;
    margin: 2px 0px;

}

#st-table button a {
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    color: rgb(44, 35, 52);
    font-weight: 400;

}

#st-table button:hover {
    background-color: #45a049;
}

header {
    height: 10vh;
    width: auto;

}

.navbar {
    position: fixed;
    top: 0px;
    z-index: 6;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: white;
    padding: 10px;
    color: #fff;
    width: 100vw;
    height: 8vh;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;

}

.navbar .logo img {
    width: 80px;
    /* Adjust the size as needed */
}

.nav-links {
    list-style-type: none;
    display: flex;
}

.nav-ul {
    display: flex;
}

.nav-ul li a {
    display: flex;

    gap: 5px;
}

.nav-ul li a .write {
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
}


.spanimg {
    height: 5vh;
    width: 4vw;
    background-color: #d3cdf2;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
}

.nav-ul li img {
    width: 20px;
}

.nav-links li {
    margin-right: 20px;
    height: 5vh;
    width: 9vw;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 5px;
}

.nav-links li:hover {
    background-color: #d0b5bc;
    cursor: pointer;
}

.nav-links a {
    text-decoration: none;
    color: black;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;


}

.auth-buttons button {
    padding: 8px 16px;
    margin-left: 10px;
    border: none;
    background-color: white;
    color: white;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    font-weight: bolder;
    height: 5vh;
    font-size: 15px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7vw;
}

.auth-buttons button:hover {
    /* background-color: #40425c8f; */
    cursor: pointer;
}

label {
    font-family: "Lato", sans-serif;
    font-weight: normal;
    font-style: normal;
    align-self: flex-start;
    margin: 5px 0px;
    color: #7a7771;
    width: 15vw;
    height: 4vh;
    font-size: 15px;

}

.form_container form {

    width: 50vw;
    height: auto;
    /* margin: 10px 0px; */
}




.inp {
    padding-left: 10px;
    margin: 10px 0px;
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    height: 6vh;
    width: 30vw;
    outline: none;
    border: 2px;
    border-radius: 5px;
    /* margin: 10px; */
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;


}



.btn1 {

    font-family: "Lato", sans-serif;
    font-weight: bolder;
    outline: none;
    border: none;
    height: 5vh;
    width: 8vw;
    text-align: center;
    background-color: pink;
    color: black;
    font-size: 18px;
    border-radius: 3px;
    transition: all;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    margin-top: 8px;
}

.btn1:hover {
    cursor: pointer;
    background-color: rgb(68, 67, 67);
    color: white;
}

.lh2 {
    text-align: center;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    margin-bottom: 10px;

    /* margin: 20px 0px; */
    color: #a2a09b;
}

.container_1 {
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}

.left {
    width: 20vw;
    margin: 20px 0px;

}

.right {
    margin: 20px 0px;
    display: flex;

    width: 80vw;

    height: auto;
    position: relative;
}










aside a {
    color: var(--color-dark);
    text-decoration: none;
}



h1 {
    font-weight: 800;
    font-size: 1.8rem;
}

h2 {
    font-weight: 600;
    font-size: 1.4rem;
}

h3 {
    font-weight: 500;
    font-size: 0.87rem;
}

small {
    font-size: 0.76rem;
}

p {
    color: var(--color-dark-variant);
}

b {
    color: var(--color-dark);
}

.text-muted {
    color: var(--color-info-dark);
}

.primary {
    color: var(--color-primary);
}

.danger {
    color: var(--color-danger);
}

.success {
    color: var(--color-success);
}

.warning {
    color: var(--color-warning);
}





aside .toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.4rem;
}

aside .toggle .logo {
    display: flex;
    gap: 0.5rem;
}

aside .toggle .logo img {
    width: 2rem;
    height: 2rem;
}

aside .toggle .close {
    padding-right: 1rem;
    display: none;
}

aside .sidebar {
    display: flex;
    flex-direction: column;
    background-color: var(--color-white);
    box-shadow: var(--box-shadow);
    border-radius: 8px;
    height: 88vh;


    transition: all 0.3s ease;
    width: 20vw;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}



aside .sidebar a {
    display: flex;
    align-items: center;
    color: var(--color-info-dark);
    height: 3.7rem;
    gap: 1rem;
    position: relative;
    margin-left: 2rem;
    transition: all 0.3s ease;
}

aside .sidebar a span {
    font-size: 1.6rem;
    transition: all 0.3s ease;
}

aside .sidebar a:last-child {
    position: absolute;
    bottom: 2rem;
    width: auto;
}

aside .sidebar a.active {
    width: 100%;
    color: var(--color-primary);
    background-color: var(--color-light);
    margin-left: 0;
}

aside .sidebar a.active::before {
    content: '';
    width: 6px;
    height: 18px;
    background-color: var(--color-primary);
}

aside .sidebar a.active span {
    color: var(--color-primary);
    margin-left: calc(1rem - 3px);
}

aside .sidebar a:hover {
    color: var(--color-primary);
}

aside .sidebar a:hover span {
    margin-left: 0.6rem;
}

aside .sidebar .message-count {
    background-color: var(--color-danger);
    padding: 2px 6px;
    color: var(--color-white);
    font-size: 11px;
    border-radius: var(--border-radius-1);
}

.icon1 img {
    width: 30px;

}

.icon1 {
    display: none;
}

#img1 {
    display: none;
}

#img2 {
    display: none;
}

.srh {
    outline: none;
    height: 6vh;
    width: 25vw;
    border: 1px solid pink;
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px; */
    /* border: 0.5px solid rgb(173, 138, 138); */
}

.srhform {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.srhbtn img {
    width: 30px;


}

.srhbtn {
    outline: none;
    border: none;
    position: absolute;
    z-index: 1;
    right: 33.5%;
    height: 6vh;


    width: 5vw;
    background-color: #d093fb;
    border-radius: 2px;
}

.srhbtn:hover {
    cursor: pointer;
}

.containerone {
    display: flex;
    height: auto;
    width: 100vw;

}


/* CSS styles */
footer {


    width: 100%;
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-left,
.footer-right {
    flex: 1;
}

.footer-left a {
    color: #fff;
    text-decoration: none;

}

.footer-right ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-right li {
    display: inline;
    margin-right: 20px;
}

.footer-right li a {
    color: #fff;
    text-decoration: none;
}

.positionleft {
    position: fixed;
    left: -200px;
    z-index: 3;

}

.login-form {
    /* background: linear-gradient(90deg, #5D54A4, #7C78B8);		 */
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;


}

.rektech {
    /* background:rgb(0,0,33); */
    background: rgb(15, 128, 134);
    border-radius: 8px 0px 0px 8px;
    height: 70vh;
    width: 35vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    /* border-right: 1px solid rgb(145, 143, 141); */
    font-family: "Roboto Mono", monospace;
    color: black;
    gap: 10px;
}

.rektech span img {
    margin-top: 20px;
    width: 123px;
    border-radius: 15px;
    margin-top: 30px;
    width: 123px;
    border-radius: 15px;
    background: transparent;
    aspect-ratio: 3/2;
    object-fit: contain;
    mix-blend-mode: color-burn;
}

.textani {
    color: blueviolet;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffd78c;
    font-weight: bold;
    /* font-size: 17px; */
}

.rektech h2 {
    color: white;
    margin: 20px 0px;
}

.Erpani {
    width: 35vw;
    height: auto;
    color: white;
    font-family: "Roboto Mono", monospace;
    font-size: 15px;

    margin-left: 25px;
}

.login_form {
    background: #cff2db;
    border-radius: 0px 8px 8px 0px;

    /* box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; */
    height: 70vh;
    width: 23vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* border-radius: 8px; */
    outline: none;
}

.dis {
    display: flex;

    flex-direction: column;
}

.inp1 {
    padding-left: 10px;
    margin: 10px 0px;
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    height: 6vh;
    width: 18vw;
    outline: none;
    border: 2px;
    border-radius: 5px;

    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.fotget_pass {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fotget_pass a {

    text-decoration: none;
    font-family: "Lato", sans-serif;

    font-weight: bolder;
    color: black;
    font-size: 14px;

}

.fotget_pass a:hover {

    cursor: pointer;
    color: white;
}

.remeber {
    margin-top: 20px;
}

#msg {
    color: red;


}

.inp_1 {
    padding-left: 10px;
    margin: 10px 0px;
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    height: 6vh;
    width: 15vw;
    outline: none;
    border: 2px;
    border-radius: 5px;

    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.signin-btn img {

    width: 35px;
}

.tender_left aside .sidebar {
    height: 200vh;
}

.b-btn img {
    transform: rotate(180deg);

}

.nexpage {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0px 10px;
}


.nexpage button {

    font-family: "Lato", sans-serif;
    font-weight: bolder;
    outline: none;
    border: none;
    height: 4vh;
    width: 3vw;
    text-align: center;
    background-color: pink;
    color: black;
    font-size: 18px;
    border-radius: 3px;
    transition: all;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    margin-top: 8px;
}

.nexpage button:hover {
    cursor: pointer;
    background-color: rgb(68, 67, 67);
    color: white;
}

.allbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 90%;
    left: 40%;
}

#logmsg:first-child {
    height: 4vh;
    width: 10vw;

    font-family: "Lato", sans-serif;

    color: black;
    text-align: center;
    position: absolute;
    top: 50.8%;
    left: 66%;
}

.container {
    /* background: wheat; */
    background: linear-gradient(90deg, wheat, #776BCC);
}

.log_img {
    margin-bottom: 15px;
    width: 70px;
}